ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / FlexGridBaseTagHelper<T,TControl> Class / SelectionChanged Property

In This Topic
    SelectionChanged Property (FlexGridBaseTagHelper<T,TControl>)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientSelectionChanged client event. Occurs after selection changes.
    Syntax
    'Declaration
     
    Public Overridable Property SelectionChanged As String
    public virtual string SelectionChanged {get; set;}
    See Also